projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22115a9
)
(ph-server): Fix customize type.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 13 Sep 1997 06:32:16 +0000
(06:32 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 13 Sep 1997 06:32:16 +0000
(06:32 +0000)
lisp/ph.el
patch
|
blob
|
history
diff --git
a/lisp/ph.el
b/lisp/ph.el
index 6343641e1425d4fc335b1ca7b44e4df12fab0a8c..40abafaa80271727e529e11b18c2d703ab5970c3 100644
(file)
--- a/
lisp/ph.el
+++ b/
lisp/ph.el
@@
-81,7
+81,8
@@
"*The name or IP address of the CCSO (PH/QI) server.
A port number may be specified by appending a colon and a
number to the name of the server."
- :type '(string :tag "Server")
+ :type '(choice (string :tag "Server")
+ (const nil))
:group 'ph)
(defcustom ph-strict-return-matches t